typer
Description
Creates an eventtype
field for search results that match known event types. You must create event types to use this command. See About event types in the Knowledge Manager Manual.
Syntax
The required syntax is in bold.
- typer
- [eventtypes=<string>]
- [maxlen=<unsigned_integer>]
Required arguments
None.
Optional arguments
- eventtypes
- Syntax: eventtypes=<string>
- Description: Provide a comma-separated list of event types to filter the set of event types that
typer
can return in theeventtype
field. Theeventtypes
argument filters out all event types except the valid event types in its list. If all of the event types listed foreventtypes
are invalid, or if no event types are listed,typer
is disabled and will not return any event types. Theeventtypes
argument accepts wildcards. - Default: No default (by default
typer
returns all available event types)
- maxlen
- Syntax: maxlen=<unsigned_integer>
- Description: By default, the
typer
command looks at the first 10000 characters of an event to determine its event type. Usemaxlen
to override this default. For example,maxlen=300
restrictstyper
to determining event types from the first 300 characters of events.
Usage
The typer
command is a distributable streaming command. See Command types.
Changing the default for maxlen
Users with file system access, such as system administrators, can change the default setting for maxlen
.
- Splunk Cloud Platform
- To change the
maxlen
default setting, request help from Splunk Support. If you have a support contract, file a new case using the Splunk Support Portal at Support and Services. Otherwise, contact Splunk Customer Support.
- Splunk Enterprise
- To change the
maxlen
default setting, follow these steps.
- Prerequisites
- Only users with file system access, such as system administrators, can change the
maxlen
default setting using configuration files. - Review the steps in How to edit a configuration file in the Splunk Enterprise Admin Manual.
- Only users with file system access, such as system administrators, can change the
Never change or copy the configuration files in the default directory. The files in the default directory must remain intact and in their original location. Make changes to the files in the local directory.
- Steps
- Open or create a local limits.conf file for the Search app at
$SPLUNK_HOME/etc/apps/search/local
. - Under the [typer] stanza, specify the default for the
maxlen
setting.
Examples
Example 1:
Returns a field called eventtype
which lists the names of the event types associated with the search results.
... | typer
See also
- Commands
- typelearner
- Related information
- About event types in the Knowledge Manager Manual
typelearner | union |
This documentation applies to the following versions of Splunk® Enterprise: 8.1.0, 8.1.1, 8.1.2, 8.1.3, 8.1.4, 8.1.5, 8.1.6, 8.1.7, 8.1.8, 8.1.9, 8.1.10, 8.1.11, 8.1.12, 8.1.13, 8.1.14, 8.2.0, 8.2.1, 8.2.2, 8.2.3, 8.2.4, 8.2.5, 8.2.6, 8.2.7, 8.2.8, 8.2.9, 8.2.10, 8.2.11, 8.2.12, 9.0.0, 9.0.1, 9.0.2, 9.0.3, 9.0.4, 9.0.5, 9.0.6, 9.0.7, 9.0.8, 9.0.9, 9.0.10, 9.1.0, 9.1.1, 9.1.2, 9.1.3, 9.1.4, 9.1.5, 9.1.6, 9.2.0, 9.2.1, 9.2.2, 9.2.3, 9.3.0, 9.3.1
Feedback submitted, thanks!